home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / shell / csh543mberndt.lha / src / Custom_Headers / libraries / reqtools_lib.i < prev    next >
Text File  |  1994-01-02  |  1KB  |  53 lines

  1.     IFND LIBRARIES_REQTOOLS_LIB_I
  2. LIBRARIES_REQTOOLS_LIB_I SET 1
  3. **
  4. **    $Filename: libraries/reqtools_lib.i $
  5. **    $Release: 2.2 $
  6. **
  7. **    (C) Copyright 1991-1994 Nico François
  8. **        All Rights Reserved
  9. **
  10.  
  11.     IFND    EXEC_TYPES_I
  12.     include "exec/types.i"
  13.     ENDC
  14.     IFND    EXEC_NODES_I
  15.     include "exec/nodes.i"
  16.     ENDC
  17.     IFND    EXEC_LISTS_I
  18.     include "exec/lists.i"
  19.     ENDC
  20.     IFND    EXEC_LIBRARIES_I
  21.     include "exec/libraries.i"
  22.     ENDC
  23.  
  24.     LIBINIT
  25.  
  26.     LIBDEF _LVOrtAllocRequestA
  27.     LIBDEF _LVOrtFreeRequest
  28.     LIBDEF _LVOrtFreeReqBuffer
  29.     LIBDEF _LVOrtChangeReqAttrA
  30.     LIBDEF _LVOrtFileRequestA
  31.     LIBDEF _LVOrtFreeFileList
  32.     LIBDEF _LVOrtEZRequestA
  33.     LIBDEF _LVOrtGetStringA
  34.     LIBDEF _LVOrtGetLongA
  35.     LIBDEF _LVOrtInternalGetPasswordA    ; private!
  36.     LIBDEF _LVOrtInternalEnterPasswordA    ; private!
  37.     LIBDEF _LVOrtFontRequestA
  38.     LIBDEF _LVOrtPaletteRequestA
  39.     LIBDEF _LVOrtReqHandlerA
  40.     LIBDEF _LVOrtSetWaitPointer
  41.     LIBDEF _LVOrtGetVScreenSize
  42.     LIBDEF _LVOrtSetReqPosition
  43.     LIBDEF _LVOrtSpread
  44.     LIBDEF _LVOrtScreenToFrontSafely
  45.     LIBDEF _LVOrtScreenModeRequestA
  46.     LIBDEF _LVOrtCloseWindowSafely
  47.     LIBDEF _LVOrtLockWindow
  48.     LIBDEF _LVOrtUnlockWindow
  49.     LIBDEF _LVOrtLockPrefs
  50.     LIBDEF _LVOrtUnlockPrefs
  51.  
  52.     ENDC ; LIBRARIES_REQTOOLS_LIB_I
  53.